Carbon


MPCreateNotification

Header: Multiprocessing.h Carbon status: Supported

Creates a kernel notification

OSStatus MPCreateNotification (
    MPNotificationID *notificationID
);
Parameter descriptions
notificationID

On return, notificationID points to the newly created kernel notification.

function result

A result code.

DISCUSSION

After creating the kernel notification object, you can add simple notifications by calling the function MPModifyNotification.

Also see the function MPDeleteNotification.

VERSION NOTES

Introduced with Multiprocessing Services 2.1.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)